import Link from "next/link"; import { getI18n } from "locales/server"; import { SignUpForm } from "@/features/auth/signup/ui/signup-form"; export const metadata = { title: "Sign Up - Workout.cool", description: "Créez votre compte pour commencer", }; export default async function AuthSignUpPage() { const t = await getI18n(); return (
{t("register_description")}
{t("register_terms")}{" "} {t("register_privacy")} {" "} {t("register_privacy_link")}{" "} {t("register_privacy_link_2")} .